If you install ansifont in your system you may look at the ansidraw 'pics' with the normal desktop show function. ST_font.acc is provided for font installation (I don't know who has done this utility, but many thanks to him anyway!). There are also four 'quick and dirty' (refers to a style I programmed them in...) *hi-rez* programs to assist you: Font.prg: Installs a hi-rez ansifont for TOS. If run from Mint, Mint will bomb on exit (can't free mallocated memory?). Here's how it's done in GFA: ' any normal systemfont goes. INLINE new.font%,4096 adr%=L~A-22 normal.font%={adr%} ! address of current font SLPOKE adr%,new.font% ! change font PRINT "This is new font." SLPOKE adr%,normal.font% ! back to normal To_ansi.prg: Converts an unpacked degaspicture (pi3) to ansi-raster-characters. Don't expect too much from it. Put_font.prg: Reads a selected font file (2048k for med-rez, 4096 for hi-rez) and saves a degas picture of them. You can edit picture with any drawing program, if you don't change characters position. Get_font.prg: Reads a degaspicture of a font and saves it as a font file.